home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m19intro.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  228 b   |  11 lines

  1. on mouseDown
  2.   global gPreviousMovie
  3.   set the castNum of sprite 5 to cast "b048"
  4.   if pressLessonButton(5) then
  5.     set gPreviousMovie to "m09h03.dir"
  6.     sound stop 2
  7.     pupSprites(1, 48, 0)
  8.     go(1, "m21.dir")
  9.   end if
  10. end
  11.